body{
	font-family: "微软雅黑";
	overflow-x:hidden;	
}
ul,li{
	list-style: none;
	padding: 0;
	margin: 0;
}
a{
	text-decoration: none;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	color:#222222;
}
a:hover{color:#1e82e8;text-decoration: none;}
a:link{text-decoration: none;}
.clear{clear:both;}
.fl{float:left;}
.fr{float:right;}
.row{padding: 0;margin: 0;}
.blue{
  color:#1e82e8 !important;
}
.white{
  color:#ffffff !important;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
  padding-right: 0px;
  padding-left: 0px;
}

.about{
  background: #eff3f7;
  padding: 60px 0;
}
@media (max-width: 991px){ 
  .about{    
    padding: 30px 0;
  }
}
.aboutc{
  margin-top: 40px;
  background-image: url(../cssimg/about.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-position: 0 0%;
}
.aboutb{
  margin:20px 0;
  background: rgba(35,167,164,0.9);
  background:-webkit-linear-gradient(to right,rgba(0,118,173,0.9),rgba(35,167,164,0.9));background:linear-gradient(to right,rgba(0,118,173,0.9),rgba(35,167,164,0.9));
  padding: 100px 60px;
  color:#fff;
}
.abouttit{
  color:#fff;
  font-size: 36px;  
  text-align: left;
}
.aboutem{
  overflow: hidden;
  width: 100px;
  max-width: 100px;
  height:3px;
  background: #ffffff;
  display: block;
  margin:25px 0;
}
.aboutinfo{
  text-align: left;
  color:#fff;
  font-size: 12px;
  line-height: 30px;
}
.aboutd{
  margin-top: 40px;
}
.aboutdsz{
  padding: 20px;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.aboutdsz:hover{
  padding: 0px 20px 40px;
}
.aboutds{
  font-size: 44px;
}
.aboutds span{
  font-size: 16px;
  vertical-align: middle;;
}
.aboutdz{
  color:#23a7a4;
  font-size: 16px;
}
.news{
  padding: 60px 0;
}
.newsc{
  margin:40px 0;
}
.newsc_l{
  padding-right: 20px;
}
.newsc_lh{   
  background: linear-gradient(#fff 50%, #1e82e8 50%);
  background-size: 100% 200%;
  background-position: 0 200%; 
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  border:0;
  box-shadow: 0px 0px 0px #e0e0e0;
}
.newsc_lh a{
  padding: 20px;
  display: block;  
  background: #fff;
}
.newsc_lh:hover a{
  background: none;
}
.newsc_lh:hover{
  animation: myfirst 0.3s;
  -webkit-animation: myfirst 0.3s;
  background-position: 0 100%;
  box-shadow: 0px 10px 10px #e0e0e0;
}
@keyframes myfirst
{
  0%{
    background-position: 0 0%;
  }
  100%{
    background-position: 0 100%;
  }
}
@-webkit-keyframes myfirst
{
  0%{
    background-position: 0 0%;
  }
  100%{
    background-position: 0 100%;
  }
}
.newsc_l_img{
  overflow: hidden;
}
.newsc_l a:hover img{
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
}
.newsc_l a:hover img{
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.newsc_l_time{
  padding-top: 20px;
  color:#c4c4c4;
  padding-right: 40px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.newsc_l_time .newsc_l_year{
  border-bottom: 1px solid #c4c4c4;
  font-size: 16px;
  font-weight: bold; 
}
.newsc_l_time .newsc_l_date{
  font-size: 14px;  
}
.newsc_l_tit{
  padding-top: 20px;
  color:#666666;
  padding-bottom: 3px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.newsc_l_cont{
  color:#999999;
  height:20px;
  overflow: hidden;
}
.newsc_l a:hover .newsc_l_time{
  color:#fff;
}
.newsc_l a:hover .newsc_l_tit{
  color:#fff;
}
.newsc_l a:hover .newsc_l_cont{
  color:#fff;
}
.newsc_l a:hover .newsc_l_year{
  border-bottom: 1px solid #fff;
}
.newsc_r li{
  padding-bottom: 20px;
}
.newsc_r a{
  padding: 20px;
  display: block;  
  background: linear-gradient(#fff 50%, #1e82e8 50%);
  background-size: 100% 200%;
  background-position: 0 200%; 
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  border:0;
  box-shadow: 0px 0px 0px #e0e0e0;
}
.newsc_r a:hover{
  animation: myfirst 0.3s;
  -webkit-animation: myfirst 0.3s;
  background-position: 0 100%;
  box-shadow: 0px 10px 10px #e0e0e0;
}
@keyframes myfirst
{
  0%{
    background-position: 0 0%;
  }
  100%{
    background-position: 0 100%;
  }
}
@-webkit-keyframes myfirst
{
  0%{
    background-position: 0 0%;
  }
  100%{
    background-position: 0 100%;
  }
}
.newsc_r_time{  
  color:#c4c4c4;
  padding-right: 40px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.newsc_r_time .newsc_r_year{
  border-bottom: 1px solid #c4c4c4;
  font-size: 16px;
  font-weight: bold; 
}
.newsc_r_time .newsc_r_date{
  font-size: 14px;  
}
.newsc_r_tit{  
  color:#666666;
  padding-bottom: 3px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.newsc_r_cont{
  color:#999999; 
  height:20px;
  overflow: hidden;
}
.newsc_r a:hover .newsc_r_time{
  color:#fff;
}
.newsc_r a:hover .newsc_r_tit{
  color:#fff;
}
.newsc_r a:hover .newsc_r_cont{
  color:#fff;
}
.newsc_r a:hover .newsc_r_year{
  border-bottom: 1px solid #fff;
}
@media (max-width: 991px){ 
  .newsc_r li{
    padding-bottom: 0px;
  }
  .news{
    padding: 30px 0;
  }
  .newsc_l{
    padding-right: 0px;
  }
  .newsc{
    margin:20px 0 0;
  }
}

